Tag Archives: Values

How to prevent gaps/holes in a MySQL

Oct 28, 2014

Generally during the MySQL database development you create tables with a Primary Key, a very simple way to create a primary key is make it..

Read more

PHP – multi-sort of associative array in

Oct 08, 2013

This is a complete multi-sort example of associative array in PHP. We have first sorted an associative array by values in descending order then sorted..

Read more

Converting a PHP Array to a Query

Sep 24, 2013

Hi all today we are going to see how to convert a PHP array to a query string.As we know that PHP is very rich..

Read more

Node and Attribute Values Modification Using PHP

Sep 04, 2013

Node and Attribute Values Modification Using PHP Sometimes you want to alter the value of a node or an attribute in an xml document. You..

Read more